home *** CD-ROM | disk | FTP | other *** search
- Suppose that Q is a DataScope dataset and the
- function myfunction is to be applied to it (where
- myfunction is external to DataScope, either on the
- Macintosh or on a remote host; refer to the manual
- to find out how to construct an external function
- library). Then in order to create the new dataset
- NEW, enter in the notebook
- NEW = myfunction(Q)
- and execute the equation. DataScope will prompt
- you to specify the location of the external function
- library. The function myfunction can then be used
- within DataScope just as though it were a builtin
- function.
-